Complete Factor Verification
patch
                    /mfa/v1/requests/{requestId}
Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    requestId: string
                    
                    Unique identifier of a factor authentication request returned by the server, when the user initiated factor verification
Header Parameters
                - 
                        Authorization: string
                        
                        Provide a valid OAuth Access Token that has either the 'Authenticator Client' or 'MFA Client' scope.
Complete Factor Verification Schema
                
                
                
                Root Schema : CompleteFactorVerification
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectUse this schema to complete factor verification or to resend OTP
    
    
    
    
        Show Source
        - 
            bypassCode(optional): 
            string
            This attribute indicates the pre-generated bypass code that the user wants to use, while authenticating using BYPASSCODE method.
- 
            otpCode(optional): 
            string
            This attribute provides the one time passcode that the user received over SMS, PHONE_CALL, EMAIL or the TOTP that was generated by the Oracle Mobile Authenticator App enrolled in IDCS. This attribute is only applicable for TOTP, SMS, PHONE_CALL and EMAIL methods.
- 
            requestState: 
            string
            This contains the context/request related details in encrypted form, which needs to be passed back and forth between server and client. The details are needed by the server to process a request and are opaque to the client.
- 
            resendOtp(optional): 
            string
            Attribute to indicate if the user wants the OTP to be resent to the mobile number or email id being used to authenticate. Supported values for this attribute are:- true
- false
 
- 
            securityQuestions(optional): 
            array  securityQuestions
            
            List of Security Questions being used for verification
Nested Schema : securityQuestions
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList of Security Questions being used for verification
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  SecQuesVerification
            
            Use this schema to complete Security Questions factor verification
Nested Schema : SecQuesVerification
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectUse this schema to complete Security Questions factor verification
    
    
    
    
        Show Source
        - 
            answer: 
            string
            Answer to an enrolled security question that the user wants to use for authentication.
- 
            id: 
            string
            The identifier of an enrolled security question that is being used for authentication by a user.
Response
Supported Media Types
                - application/json
200 Response
Indicates successful authentication.
                
                
                400 Response
Indicates that the request payload is invalid.
                
                
                401 Response
Indicates unsuccessful authentication if the otpCode/security answer provided was invalid. Indicates unauthorized access if the token provided is invalid or if the user is either locked, inactive, or not enrolled in MFA.
                
                
                404 Response
Indicates that the requestId provided is invalid.
                
                
                500 Response
Internal Server error